/*
@font-face {
    font-family: "Shelley-Script";
    src:
        local("Shelley-Script"),
        url("../fonts/Shelley Script LT Std Regular.otf") format("opentype") tech(color-COLRv1);
}
*/
body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    padding-top: 100px;
    transition: all 0.4s ease;
}

.site-container {
	max-width: 1300px;
	margin: auto;
	display: block;
    padding: 0 15px;
}

.container800 {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}
.container1000 {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}
.container1100 {
    max-width: 1100px;
    display: block;
    margin: 0 auto;
}
.container1200 {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}
.container1300 {
    max-width: 1300px;
    display: block;
    margin: 0 auto;
}
.container1400 {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
}

.div1000 {
    max-width: 1000px;
    margin: auto;
}
.div1100 {
    max-width: 1100px;
    margin: auto;
}
.div1200 {
    max-width: 1200px;
    margin: auto;
}
.div1300 {
    max-width: 1300px;
    margin: auto;
}


p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}


ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: flow-root;
}
ul.three li{
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ol, ul {
    margin-bottom: 15px;
    display: flow;
}
ol.inline,
ul.inline {
    display: flow;
}

h1 {
    font-weight: bold;
    /*font-family: "Shelley-Script";*/
    font-size: 45px;
    line-height: 1.5;
    padding: 0;
    margin: 30px 0;
    text-align: center;
}
h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.5;
    padding: 0;
    margin: 25px 0;
    text-align: center;
    color: #dd9191;
}
h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    padding: 0;
    margin: 20px 0;
    text-align: center;
    color: #dd9191;
}
h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    padding: 0;
    margin: 20px 0;
}

a {
    color: #dd9191;
}

.left-align,
.align-left {
    text-align: left;
}
.right-align,
.align-right {
    text-align: right;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 10px
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.image-half.img-right,
.img-half.img-right,
.half-img.img-right,
.half-image.img-right {
    padding-left: 15px;
    margin-left: 15px;
    padding-right: 0;
    margin-right: 0;
    float: right;
}

.img300, .image300 {
    display: inline-block;
    width: 300px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.img400, .image400 {
    display: inline-block;
    width: 400px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.img500, .image500 {
    display: inline-block;
    width: 500px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}



img {
    max-width: 100%;
    height: auto;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}           


.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: #dd9191;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 0.3s ease;

}
.buttons-center a:focus,
.buttons-center a:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: #dd9191;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s ease;

}
.default-button:focus,
.default-button:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}



header {
    display: inline-block;
    width: 100%;
    padding: 10px 0;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    transition: all 0.4s ease;
}
header .nav {
    display: inline-block;
    width: 100%;
}
header .logo {
    display: inline-block;
    float: left;
}
header .logo img {
    max-width: 250px;
    transition: all 0.4s ease;
}
header .header-right {
    display: inline-block;
    float: right;
    display: flex;
    align-items: center;
    margin-top: 10px;
    transition: all 0.4s ease;
}
header .header-right .phone {
    display: inline-block;

}
header .header-right .phone a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 5px;
    display: inline-block;
}
header .header-right .phone a i {
    font-size: 16px;
    margin-right: 5px;
}
header .header-right .phone a:hover {

}
header .header-right .appointment {
    display: inline-block;
    margin: 0 25px;

}
header .header-right .appointment a {
    display: inline-block;
}
header .header-right .open-menu {
    display: inline-block;    
    cursor: pointer;

}
header .header-right .open-menu i {
    font-size: 35px;
}
header .menu {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #dd9191;
    width: 300px;
    z-index: 9999;
    overflow-x: auto;
}
header .menu .close-menu {
    opacity: 0.5;
    cursor: pointer;
}
header .menu .close-menu i {
    font-size: 18px;
    padding: 10px;
}
header .menu .close-menu:hover {
    opacity: 1;
}
header .menu ul {
    padding: 10px;
    padding-left: 20px;
    margin: 0;
}
header .menu ul li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.5;
}
header .menu ul li a {
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 18px;
}
header .menu ul li a:hover {
    color: #000;
    text-decoration: none;
}
header .menu ul li a i {
    padding-left: 5px;
    font-size: 16px;
}
header .menu ul li ul {
}
header .menu ul li ul.submenu {
    display: none;
}
header .menu ul li ul li {
    margin-bottom: 15px;
}
header .menu ul li ul li a {
    padding: 0;
    font-size: 17px;
}
header .menu ul li ul li:last-child {
    margin: 0;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 90%);
    z-index: 999;
}


.home-hero {
    position: relative;
    color: #fff;
    background: url('../images/homepage-top-bg-image.jpg') center center no-repeat;
    background-size: cover;
    min-height: 90vh;
}
.home-hero .video-hp-top {
    width: 100%;
    height: auto;
}
.home-hero .video-hp-top video {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.home-hero .text-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 60%);
}
.home-hero .text-overlay h1 {
    color: #fff;
    font-family: 'Shelley-Script', cursive;
    font-size: 100px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
}
.home-hero .text-overlay h4 {
    font-size: 30px;
    font-weight: 400;
    margin: 10px 0;
}
.home-hero .text-overlay p.address a {
    color: #fff;
    font-size: 20px;
}
.home-hero .text-overlay p.address i {
    font-size: 17px;
    margin-right: 5px;
}
.home-hero .text-overlay p.schedule {
    margin: 30px 0;
}
.home-hero .buttons-center {
    margin: 0;
}


.why-choose-us {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    background: #eee;
}
.why-choose-us h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.why-choose-us h2 {
    margin-top: 10px;
}
.why-choose-us .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.why-choose-us .item {
    margin: 10px 0;
}
.why-choose-us .item .box {
    padding: 10px;
}
.why-choose-us .item .icon {

}
.why-choose-us .item .icon i {
    font-size: 40px;
    color: #dd9191;
}
.why-choose-us .item h4 {
    margin: 15px 0;
    font-size: 24px;
    text-transform: capitalize;
}
.why-choose-us .item p {

}


.hp-testimonials {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.hp-testimonials .slider-testimonials {
    position: relative;
}
.hp-testimonials .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.hp-testimonials .flex-direction-nav i {
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}
.hp-testimonials .flex-direction-nav .flex-prev {
    float: left;
}
.hp-testimonials .flex-direction-nav .flex-next {
    float: right;
}
.hp-testimonials .owl-carousel {
    width: 1000px;
    max-width: 90%;
    margin: auto;
}
.hp-testimonials .item {
    text-align: center;
}
.hp-testimonials .item .box {
    padding: 10px;
}
.hp-testimonials .item .stars {
    margin: 15px 0;
}
.hp-testimonials .item .stars i {
    color: #dd9191;
    font-size: 20px;
    margin: 3px;
}
.hp-testimonials .item p {
    margin: 10px 0;
}
.hp-testimonials .item p.quote {
    font-style: italic;
    font-size: 20px;
}
.hp-testimonials .item p.author {
    font-weight: 600;
}


.pink-bg-section {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background: #dd9191;
    color: #fff;
}
.pink-bg-section h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.pink-bg-section h2 {
    margin-top: 10px;
    text-align: left;
    color: #fff;
}


.our-services {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.our-services .item {
    margin-bottom: 20px;
}
.our-services .item a {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    display: block;
}


.blogs-feed {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #eee;
}
.blogs-feed h2 {
    margin-top: 0;
}
.blogs-feed .slider-blogs {
    position: relative;
}
.blogs-feed .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.blogs-feed .flex-direction-nav i {
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}
.blogs-feed .flex-direction-nav .flex-prev {
    float: left;
    margin-left: -50px;
}
.blogs-feed .flex-direction-nav .flex-next {
    float: right;
    margin-right: -50px;
}
.blogs-feed .owl-carousel {
    /*max-width: 90%;*/
    margin: auto;
}
.blogs-feed .item {
    /*text-align: center;*/
}
.blogs-feed .item .box {
    background: #fff;
}
.blogs-feed .item .image {
    overflow: hidden;
}
.blogs-feed .item .image img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}
.blogs-feed .item a:hover .image img {
    transform: scale(1.07);
}
.blogs-feed .item .title {
    line-height: 1.5;
    font-weight: bold;
    font-size: 20px;
    min-height: 60px;
    margin: 20px;
    display: inline-block;
}
.blogs-feed .item a {
    display: inline-block;
    width: 100%;
}
.blogs-feed .item a:hover {
    color: #000;
    text-decoration: none;
}



.footer-cta {
    display: inline-block;
    width: 100%;
    background: #dd9191;
    text-align: center;
    padding: 20px 0;
}
.footer-cta h3 {
    margin: 10px 0;
    color: #fff;
}
.footer-cta .buttons {

}
.footer-cta .buttons a {
    background: #fff;
    color: #000;
    display: inline-block;
    margin: 10px;
}
.footer-cta .buttons a:hover {
    color: #dd9191;
}


footer {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #282828;
    color: #d1d1d1;
}
footer p {
    font-size: 16px;
}
footer .col {
    margin-bottom: 30px;
}
footer .footer-logo {
    max-width: 250px;
}
footer h4.follow {
    margin-bottom: 10px;
}
footer .social-media {

}
footer .social-media a {
    display: inline-block;
    margin-right: 20px;
    padding: 5px;
}
footer .social-media a i {
    font-size: 25px;
}
footer .social-media a:hover i {
    color: #fff;
}
footer .links {
    line-height: 1.5;
}
footer .links a {
    display: block;
    padding: 5px;
    margin-bottom: 5px;
}
footer .links a:hover {
    color: #fff;
    text-decoration: none;
}
footer .infos h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
footer .address-phone {
    line-height: 2;
}
footer .address-phone a {
    display: block;
    margin: 5px 0;
}
footer .disclaimer {
    text-align: center;
}
footer .copyright {
    text-align: center;
    margin-bottom: 0;
}


.default-page,
.default-text {
    padding-bottom: 100px;
}

.text-section {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.text-section h4 + h2 {
    margin-top: 10px;
}
.text-section h4.subtitle {
    margin: 10px 0;
    color: #dd9191;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}



/*search page*/
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
}
.search-content h3 {

}
.search-results h3 {
    font-size: 25px;    
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result .text p {
    margin-bottom: 0;
    font-size: 16px;
}
.search-results .result .text a.title {
    font-size: 20px;
    font-weight: 600;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


/*error page*/
.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 2px solid #dd9191;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
}



/*contact page*/

.contact-content {
    padding-bottom: 50px;
}
.contact-content .contact-info p {
    margin-bottom: 20px;
}
.contact-content .contact-info p i {
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
    text-align: center;
}
.contact-form {
    margin-bottom: 50px;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form label {
    font-weight: 500;
    line-height: 1.5;
}
.contact-form label.error {
    color: red;
    font-weight: bold;
    font-size: 15px;
}
.contact-form input {
    font-size: 17px;
    height: auto;
    padding: 10px;
    border-radius: 0;
    line-height: 1.5;
}
.contact-form textarea {
    font-size: 17px;
    height: auto;
    padding: 10px;
    border-radius: 0;
    line-height: 1.5;
    max-width: 100%;
    min-width: 100%;
    min-height: 200px;
}



.blogs .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.blogs .item {
    margin-bottom: 50px;
}
.blogs .item .image {
    overflow: hidden;
}
.blogs .item .image img {
    width: 100%;
    transition: all 0.4s ease;
}
.blogs .item .image:hover img {
    transform: scale(1.07);
}
.blogs .item .title {
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
.blogs .item a:hover {
    color: #000;
    text-decoration: none;
}



/*faqs page*/

.general-accordion {

} 
.general-accordion .panel-default {
    margin-bottom: 20px;
    border: 2px solid #dd9191;
} 
.general-accordion .panel-heading {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
} 
.general-accordion .panel-heading .panel-title {

} 
.general-accordion .panel-heading .panel-title a {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px;
    display: inline-block;
    width: 100%;
    color: #dd9191;
} 
.general-accordion .panel-heading .panel-title a i {
    float: right;
    margin-top: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
} 
.general-accordion .panel-heading .panel-title a.collapsed {
    color: #000;
}
.general-accordion .panel-heading .panel-title a:hover,
.general-accordion .panel-heading .panel-title a:focus {
    color: #dd9191;
    text-decoration: none;
} 
.general-accordion .panel-heading .panel-title a.collapsed i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} 


.faq-content .title-categ {
    font-size: 30px;
    margin: 40px 0 15px;
}




/*service pages*/

.grey-bg-section {
    background: #eee;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.grey-bg-section h3 {
    color: #dd9191;
}
.grey-bg-section ol,
.grey-bg-section ul {
    padding-left: 20px;
}

p.top-big-text {
    font-size: 25px;
    font-style: italic;
}

.services .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.services .item {
    margin-bottom: 30px;
}
.services .item .box {
    background: #dd9191;
    height: 100%;
}
.services .item .image {
    overflow: hidden;
}
.services .item .image img {
    width: 100%;
    transition: all 0.4s ease;
}
.services .item:hover .image img {
    transform: scale(1.07);
}
.services .item .text {
    padding: 10px;
}
.services .item a {
    color: #fff;
}
.services .item a:hover {
    color: #000;
    text-decoration: none;
}
.services .item .text .title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin: 5px 0;
}



/*sitemap page*/

.sitemap-section {
    margin-bottom: 50px;
}
.sitemap-section h4 {
    text-align: center;
    font-size: 25px;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
}
.sitemap-section .links a {
    font-size: 18px;
    display: inline-block;
    width: 23%;
    margin: 0 1% 10px;
    float: left;
    padding: 5px;
    text-align: center;
}
.sitemap-section .links.links-blog a {
    width: 48%;
}





table.table-prices td {
    padding: 10px;
}
table.table-prices td p {
    margin: 0;
    font-size: 17px;
}


.logos {
    display: inline-block;
    width: 100%;
}
.logos .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.logos .item {
    margin: 20px;
    display: inline-block;
}
.logos .item img {
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 100px;
    filter: grayscale(1);
}



/*testimonials page*/

.testimonials {
    max-width: 1000px;
    margin: auto;
}
.testimonials .item {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.testimonials .item:last-child {
    border: 0;
}
.testimonials .item .desc {
    font-style: italic;
    margin: 0;
}
.testimonials .item .author {
    font-weight: 600;
    margin: 5px 0;
}
.testimonials .item .stars {
    margin-bottom: 10px;
}
.testimonials .item .stars i {
    color: #dd9191;
    font-size: 18px;
    display: inline-block;
    margin: 3px;
}




